git graph
$ git graph
よくある$ git logのgraphオプションのエイリアス
デフォルトでは使えない
調べると色々なカスタマイズが出てくる
mrsekut.iconは以下のように設定している
code:.gitconfig
graph = log --graph --date-order --pretty=format:\"%C(magenta)<%h> %C(yellow)%ad %C(green)(%cr) %C(cyan)%an %C(white)%d%C(reset) %s\" --all --date=short